home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software of the Month Club 1998 March
/
Software of the Month Club 1998 March.iso
/
pc
/
win
/
edu
/
solar
/
solar.exe
/
0
/
RCDATA
/
TFRMNOTES
/
TFRMNOTES.txt
Wrap
Text File
|
1997-11-30
|
1KB
|
57 lines
object frmNotes: TfrmNotes
Left = 298
Top = 208
Width = 502
Height = 413
Caption = 'Notes On This System'
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object rtbNotes: TRichEdit
Left = 0
Top = 0
Width = 494
Height = 342
Align = alClient
Color = clBtnFace
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
OnChange = rtbNotesChange
end
object panNotes: TPanel
Left = 0
Top = 342
Width = 494
Height = 41
Align = alBottom
BevelOuter = bvNone
TabOrder = 1
OnResize = panNotesResize
object butClose: TButton
Left = 408
Top = 8
Width = 75
Height = 25
Caption = '&Close'
TabOrder = 1
OnClick = butCloseClick
end
object butEdit: TButton
Left = 304
Top = 8
Width = 91
Height = 25
Caption = '&Edit Notes'
TabOrder = 0
OnClick = butEditClick
end
end
end